Skip to content

opencontainers-sec/go-containersec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-containersec

a go security module for container runtime

Protect CVE-2024-21626

If you want to update runc to 1.1.12, you can choose dmz as the entrypoint of the container:

dmz entrypoint arg0 arg1 ...

Another way to protect CVE-2019-5736

lifubang/runc#62

To use this similar way to protect CVE-2024-21626, we still have a little work to do, it will be comming soon.